home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / ddd.bat < prev    next >
DOS Batch File  |  1995-11-29  |  1KB  |  41 lines

  1. @echo off
  2. \play\memtst.exe B483456 O2300
  3. if errorlevel = 1 goto XXMEMXX
  4. if errorlevel = 0 goto XXWEITERXX
  5. :XXMEMXX
  6. echo 
  7. echo As you see above, there is an error which might cause problems.
  8. echo Either you did not have enough BASE memory, or something
  9. echo different. You might now try to start the 3D menu anyway, but
  10. echo this could (and most often will) cause some problems.
  11. echo You might try to start the 3D menu WITHOUT sound.
  12. :XXASKXX
  13. \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
  14. if errorlevel = 25 goto XXWEITERXX
  15. if errorlevel = 14 goto YYWEITERYY
  16. goto XXASKXX
  17. :XXWEITERXX
  18. \play\tstsub c:\hrglbrgl 8000
  19. if errorlevel = 1 goto XXSUBXX
  20. if errorlevel = 0 goto XXSTART
  21. :XXSUBXX
  22. echo 
  23. echo You need more space on your drive C: Its really not that much
  24. echo space you need, but its worth to see the 3D Menu. You might now
  25. echo try to start the 3D menu anyway, but this could (and most often
  26. echo will) cause some problems.
  27. :XXAKKXX
  28. \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
  29. if errorlevel = 25 goto XXSTART
  30. if errorlevel = 14 goto YYWEITERYY
  31. goto XXAKKXX
  32. :XXSTART
  33. SET XXJOY=
  34. \play\ec.exe Do you want to play with Joystick? (Y/N)
  35. if errorlevel = 25 set XXJOY=j
  36. cd \menue3d
  37. menue.bat %XXJOY%
  38. :YYWEITERYY
  39. cd \
  40. ee.bat %1 %2 %3 %4
  41.